- downloadData
void downloadData(string host, string user, string pass, string[] fields, string[] idents, string path, int level, bool withHeader, long interval, long retry)
Undocumented in source. Be warned that the author may not have intended to support it.
- downloadHistorical
void downloadHistorical(string host, string user, string pass, string[] fields, string[] idents, string source, long startDate, long endDate, string path, int level, bool withHeader, long interval, long retry)
Undocumented in source. Be warned that the author may not have intended to support it.
- getData
string[][] getData(string host, string user, string pass, string[] fields, string[] idents, bool withHeader, long interval, long retry)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDataCsv
string getDataCsv(string host, string user, string pass, string[] fields, string[] idents, bool withHeader, long interval, long retry)
Undocumented in source. Be warned that the author may not have intended to support it.
- getHistorical
string[][] getHistorical(string host, string user, string pass, string[] fields, string[] idents, string source, long startDate, long endDate, bool withHeader, long interval, long retry)
Undocumented in source. Be warned that the author may not have intended to support it.
- getHistoricalCsv
string getHistoricalCsv(string host, string user, string pass, string[] fields, string[] idents, string source, long startDate, long endDate, bool withHeader, long interval, long retry)
Undocumented in source. Be warned that the author may not have intended to support it.